home *** CD-ROM | disk | FTP | other *** search
- /*
- * Generated by the ICS builderXcessory (BX).
- *
- *
- * Builder Xcessory 3.0.
- *
- */
- module main_uil
- version = 'V1.0'
- names = case_sensitive
- !(BX) bx_info("include_path", ".", false )
- !(BX) bx_info("c_information", true )
- !(BX) bx_info("app_class", "Beeper", true )
- !(BX) bx_info("app_name", "beeper", true )
- !(BX) bx_info("c++_pixmaps", "defs-C.h", false )
- !(BX) bx_info("c++_utilities", "bxutil-C.C", false )
- !(BX) bx_info("c++_main", "main-C.C", true )
- !(BX) bx_info("c++_makefile", "makefile", true )
- !(BX) bx_info("c++_imakefile", "Imakefile", false )
- !(BX) bx_info("uil_utilities", "bxutil-uil.c", true )
- !(BX) bx_info("uil_constants", "main-uil.h", true )
- !(BX) bx_info("uil_callbacks", "callbacks-uil.c", true )
- !(BX) bx_info("uil_uil", "beep.uil", true )
- !(BX) bx_info("uil_main", "main-uil.c", true )
- !(BX) bx_info("uil_imakefile", "Imakefile", true )
- !(BX) bx_info("uil_makefile", "makefile-uil", true )
- !(BX) bx_info("c_utilities", "bxutil-c.c", true )
- !(BX) bx_info("c_pixmaps", "creation-c.h", true )
- !(BX) bx_info("c_callbacks", "callbacks-c.c", true )
- !(BX) bx_info("c_creation", "creation-c.c", true )
- !(BX) bx_info("c_main", "main-c.c", true )
- !(BX) bx_info("c_imakefile", "Imakefile", true )
- !(BX) bx_info("c_makefile", "makefile-c", true )
- !(BX) bx_info("app_defaults", "Beeper", true )
-
- procedure beep();
-
- list BaseStyle : arguments {
- };
-
- list BaseStyleReasons : callbacks {
- };
-
-
- !(BX)object topLevelShell : TopLevelShell widget {
- !(BX) arguments {
- !(BX) XmNx = 622;
- !(BX) XmNy = 141;
- !(BX) XmNwidth = 315;
- !(BX) XmNheight = 212;
- !(BX) };
- !(BX) controls {
- !(BX) managed XmForm beeper;
- !(BX) };
- !(BX) callbacks {
- !(BX) };
- !(BX)};
-
- object beeper : XmForm widget {
- arguments {
- !(BX) BxNclass = "BeeperUI";
- !(BX) BxNderived = "Beeper";
- !(BX) BxNfilebase = "Beeper";
- !(BX) BxNclassFilebase = "BeeperUI";
- !(BX) BxNclassGeometry = "273x178+330+56";
- !(BX) BxNgenerate = "True";
- !(BX) BxNpaletteGroup = "User Defined Classes";
- !(BX) BxNpaletteName = "beeperUI";
- !(BX) BxNpalettePixmapName = "Class";
- !(BX) BxNpaletteGeom = "+0+0";
- !(BX) BxNoriginalName = "form";
- XmNresizePolicy = XmRESIZE_GROW;
- XmNx = 622;
- XmNy = 141;
- XmNwidth = 315;
- XmNheight = 212;
- };
- controls {
- managed XmPushButton pushButton;
- managed XmLabel label;
- };
- callbacks {
- };
- };
-
- object label : XmLabel widget {
- arguments {
- XmNborderWidth = 0;
- !(BX) _XmNlabelString = compound_string("Click To Beep");
- XmNrecomputeSize = true;
- XmNtopAttachment = XmATTACH_FORM;
- XmNbottomAttachment = XmATTACH_NONE;
- XmNleftAttachment = XmATTACH_FORM;
- XmNrightAttachment = XmATTACH_FORM;
- XmNtopOffset = 20;
- XmNbottomOffset = 0;
- XmNleftOffset = 61;
- XmNrightOffset = 62;
- XmNx = 61;
- XmNy = 20;
- XmNwidth = 192;
- XmNheight = 30;
- };
- controls {
- };
- callbacks {
- };
- };
-
- object pushButton : XmPushButton widget {
- arguments {
- XmNborderWidth = 0;
- !(BX) _XmNlabelString = compound_string("Beep!");
- XmNtopAttachment = XmATTACH_WIDGET;
- XmNbottomAttachment = XmATTACH_FORM;
- XmNleftAttachment = XmATTACH_FORM;
- XmNrightAttachment = XmATTACH_FORM;
- XmNtopWidget = XmLabel label;
- XmNtopOffset = 10;
- XmNbottomOffset = 60;
- XmNleftOffset = 50;
- XmNrightOffset = 50;
- XmNx = 50;
- XmNy = 60;
- XmNwidth = 215;
- XmNheight = 92;
- };
- controls {
- };
- callbacks {
- XmNactivateCallback = procedure beep();
- };
- };
- end module;
-